ImageAlignment Enumeration

Represents which border (start, end) or axis (center) of an image and a text are to be aligned.

Definition

Namespace: Independentsoft.Office.Odf.Forms
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum ImageAlignment

Members

Start0 Image and text are aligned on the start of the image.
Center1 Image and text are centered.
End2 Image and text are aligned on the end of the image.
None3 None.

See Also